home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo Mutual Fund Scorecard will run on a one drive, two drive or hard drive system
- echo For maximum performance we recommend running the program on a hard drive.
- echo *
- echo The program requires that you have a CONFIG.SYS file in the root directory
- echo of your DOS boot disk. One of the lines in your CONFIG.SYS file should read
- echo FILES=35
- echo If you don't have FILES=35 the program will stop and give you the
- echo error "TOO MANY FILES OPEN"
- echo Edit your CONFIG.SYS to include FILES=35 Thirty five is the minimum. You
- echo may have a higher number than 35 if required by some other program.
- echo *
- echo If You don't have a CONFIG.SYS file you may copy the one provided
- echo with the extracted program files as follows:
- echo Hard drive users - while in the directory this program has been
- echo extracted to
- echo type COPY CONGIG.SYS C:\
- echo Floppy users - have the DOS disk you use to boot the system in drive A
- echo with no write protect tab. While in the directory this program has been
- echo extracted to and type COPY CONFIG.SYS A:
- echo *
- echo Note:You have to restart your computer for any changes in config.sys
- echo to take effect
- echo *
- pause
- echo off
- cls
- echo ************ HARD DRIVE INSTALLATION ***************************************
- echo * (Floppy users press any key to move to the next screen) *
- echo * *
- echo * Create a subdirectory on your hard drive called MUT *
- echo * Copy all of the files from the extracted program files to C:\MUT *
- echo * Edit your CONFIG.SYS file for FILES=35 *
- echo * (Note: If you ever need to reinstall the program do not copy *
- echo * the sample files .dat .k?? - if you do you will *
- echo * write over your data files.) *
- echo * After installation is finished restart your computer and then type: *
- echo * C: *
- echo * CD\MUT *
- echo * MUTUALS *
- echo * to start program. *
- echo * *
- echo * The remainder of these instructions are for floppy users *
- echo * Hard drive users press CTRL-C to QUIT reading these instructions *
- echo ****************************************************************************
- pause
- cls
- echo ************ TWO FLOPPY DRIVE INSTALLATION *********************************
- echo * (Single Floppy users press any key to move to the next screen) *
- echo * *
- echo * MUTUAL FIND SCORECARD DEMO may be transferred to two floppy disks *
- echo * for users who want to run the program on a two floppy system. *
- echo * Place a blank formatted disk in drive A. *
- echo * First make the program disk. While in the directory that this program *
- echo * has been extracted to type: *
- echo * COPY PATHB A:PATH and press enter *
- echo * COPY MUTUALS.EXE A: and press enter *
- echo * Now make the Data disk. *
- echo * place a new blank formatted disk in drive A and type: *
- echo * COPY *.HLP A: and press enter *
- echo * COPY *.DAT A: and press enter *
- echo * COPY *.K?? A: and press enter *
- echo * Make sure you edited your CONFIG.SYS file on your DOS disk to FILES=35 *
- echo * or copied our CONFIG.SYS file to your DOS disk. *
- echo * Restart your computer before running the program the first type to *
- echo * make changes in CONFIG.SYS take effect. *
- echo * To run MUTUAL FUND SCORECARD DEMO place the program disk in drive A *
- echo * and the data disk in drive B and at the A: prompt type MUTUALS *
- echo ****************************************************************************
- pause
- cls
- echo ************ ONE FLOPPY DRIVE INSTALLATION *********************************
- echo * To transfer MUTUAL FUND SCORECARD DEMO for use on a single floppy *
- echo * system follow the above procedure with the following exception. *
- echo * type: *
- echo * COPY PATHA A:PATH instead of PATHB *
- echo * To run MUTUAL FUND SCORECARD DEMO on a single floppy system place *
- echo * the Program disk in the A drive and at the A: prompt type MUTUALS *
- echo * You will be reminded to put in the data disk after the program has *
- echo * loaded. *
- echo ****************************************************************************
-
-
-